projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
403111a
)
Revert change 2009-07-18T21:03:43Z!acm@muc.de
author
Alan Mackenzie
<acm@muc.de>
Sat, 5 Dec 2009 11:16:04 +0000
(11:16 +0000)
committer
Alan Mackenzie
<acm@muc.de>
Sat, 5 Dec 2009 11:16:04 +0000
(11:16 +0000)
lisp/progmodes/cc-mode.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/cc-mode.el
b/lisp/progmodes/cc-mode.el
index 634d0989355c8fcb71e0414c0ea48599d164ad77..49d9ebeb49240e01f08bda86229dfc48edb2b492 100644
(file)
--- a/
lisp/progmodes/cc-mode.el
+++ b/
lisp/progmodes/cc-mode.el
@@
-673,7
+673,7
@@
This function is called from the hook `before-hack-local-variables-hook'."
(offsets (cdr (assq 'c-file-offsets file-local-variables-alist))))
(when stile
(or (stringp stile) (error "c-file-style is not a string"))
- (c-set-style stile
t
))
+ (c-set-style stile))
(when offsets
(mapc
(lambda (langentry)
@@
-744,7
+744,7
@@
Note that the style variables are always made local to the buffer."
(when c-file-style
(or (stringp c-file-style)
(error "c-file-style is not a string"))
- (c-set-style c-file-style
t
))
+ (c-set-style c-file-style))
(and c-file-offsets
(mapc